home *** CD-ROM | disk | FTP | other *** search
- *** 1.12 1993/01/17 03:37:51
- --- PatchLev.h 1993/05/29 21:24:59
- ***************
- *** 1,5 ****
-
- ! #define PatchLevel "18"
-
- /*
- * the Patch Level above is to identify the version
- --- 1,5 ----
-
- ! #define PatchLevel "19"
-
- /*
- * the Patch Level above is to identify the version
- *** 1.3 1993/01/17 03:37:51
- --- iomanip.h 1993/05/29 21:25:03
- ***************
- *** 120,127 ****
- omanip(ostream& (*f)(ostream&, TP), TP a) : _f(f), _a(a) {}
- //
- friend
- ! ostream& operator>>(ostream& i, imanip<TP>& m)
- ! { return (ostream&) m._f( i, m._a); }
- };
-
-
- --- 120,127 ----
- omanip(ostream& (*f)(ostream&, TP), TP a) : _f(f), _a(a) {}
- //
- friend
- ! ostream& operator<<(ostream& i, omanip<TP>& m)
- ! { return m._f( i, m._a); }
- };
-
-
- *** 1.10 1993/02/18 00:21:43
- --- streambu.h 1993/05/29 21:25:06
- ***************
- *** 26,34 ****
- #ifdef _G_NEED_STDARG_H
- #include <stdarg.h>
- #endif
- - #ifndef fpos_t
- - #define fpos_t _G_fpos_t
- - #endif
-
- #ifndef atarist
- #ifndef EOF
- --- 26,31 ----
-